func runtime.casGToWaitingForSuspendG
8 uses
runtime (current package)
mgc.go#L1022: casGToWaitingForSuspendG(curgp, _Grunning, waitReasonGarbageCollection)
mgc.go#L1485: casGToWaitingForSuspendG(gp, _Grunning, waitReasonGCWorkerActive)
mgcmark.go#L220: casGToWaitingForSuspendG(userG, _Grunning, waitReasonGarbageCollectionScan)
mgcmark.go#L648: casGToWaitingForSuspendG(gp, _Grunning, waitReasonGCAssistMarking)
proc.go#L1289: func casGToWaitingForSuspendG(gp *g, old uint32, reason waitReason) {
proc.go#L1543: casGToWaitingForSuspendG(getg().m.curg, _Grunning, waitReasonStoppingTheWorld)
proc.go#L2028: casGToWaitingForSuspendG(gp, _Grunning, reason)
trace.go#L378: casGToWaitingForSuspendG(me, _Grunning, waitReasonTraceGoroutineStatus)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |